Skip to content

chore(deps): update dependency happy-dom to ^14.12.3#403

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/happy-dom-monorepo
Open

chore(deps): update dependency happy-dom to ^14.12.3#403
renovate[bot] wants to merge 1 commit intomainfrom
renovate/happy-dom-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Confidence
happy-dom ^14.7.1^14.12.3 age confidence

Release Notes

capricorn86/happy-dom (happy-dom)

v14.12.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to Node.insertBefore() handling the scenario where the reference node equals the new node to be added incorrectly - By @​juandiegombr in task #​1429

v14.12.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to the cookie container using the wrong path when caching cookies - By @​matcic in task #​1455

v14.12.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to React click handler with preventDefault not preventing navigation - By @​amitdahan in task #​1464

v14.12.0

Compare Source

🎨 Features
  • Makes it possible to configure timer settings to improve performance - By @​capricorn86 in task #​1451
    • Read more about the new settings in the Wiki
  • Groups timers with a delay of 0 into one timer to improve performance and make waitUntilComplete() less likely to resolve too early - By @​capricorn86 in task #​1451

v14.11.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where waitUntilComplete() was resolved too early when many micro tasks are used - By @​capricorn86 in task #​1447
    • The patch in v14.11.3 didn't completely resolve the issue

v14.11.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where waitUntilComplete() was resolved too early when many micro tasks are used - By @​capricorn86 in task #​1447

v14.11.2

Compare Source

👷‍♂️ Patch fixes
  • Adds fix to update CSS rules in HTMLStyleElement sheet when editing the data of a child Text node - By @​capricorn86 in task #​1445

v14.11.1

Compare Source

👷‍♂️ Patch fixes
  • Adds a temporary fix where waitUntilComplete() will hook into promises returned by connectedCallback() until Happy DOM has support for waiting for dynamic imports - By @​capricorn86 in task #​1442
    • It is common do make dynamic imports in connectedCallback() of web components. As Happy DOM doesn't have support for dynamic imports in waitUntilComplete(), a temporary fix has been added to hook into promises returned by connectedCallback().

v14.11.0

Compare Source

🎨 Features

v14.10.3

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By @​capricorn86 in task #​1436

v14.10.2

Compare Source

👷‍♂️ Patch fixes
  • HTMLAnchorElement, HTMLButtonElement, HTMLInputElement and HTMLLabelElement checked that click events triggering native behavior was of type PointerEvent, but should check that they are of type MouseEvent - By @​capricorn86 in task #​1397

v14.10.1

Compare Source

👷‍♂️ Patch fixes
  • Makes descriptor for properties "configurable" to make Storage.entries(), Storage.keys() and Storage.values() work according to spec - By @​motss in task #​1418

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

🎨 Features
  • Adds support for Document.queryCommandSupported() - By @​btea in task #​1411

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

👷‍♂️ Patch fixes
  • Changes implementation to return HTMLCollection instead of NodeList in Document.forms - By @​jean-leonco in task #​1349

v14.8.1

Compare Source

👷‍♂️ Patch fixes

v14.8.0

Compare Source

🎨 Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants